/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


.wh {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}





.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexd {
    display: flex;
    justify-content: space-between;
}

/*头部样式*/
.top1 {
    height: 40px;
    background: #f2f2f2;
    color: #a8a8a8;
    ;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
}

.top1 a {
    font-size: 14px;
    color: #a8a8a8;
    ;
}

.top1 .hot {
    display: inline-block;
}

.top1 .hot a::after {
    content: "、";
}

.top1 .hot a:last-child::after {
    content: "";
}

.top2 {
    height: 120px;
    overflow: hidden;
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.logo {
    float: left;
    line-height: 120px;
}

.top2 .k2 {
    background: url(//cdn.xypt.top/73aa13f0/21/05/0ac4077abf1d1aafd2dab421790bbdb69be578ec.png) no-repeat left center;
    padding-left: 60px;
}

.top2 .k2 h3 {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
}

.top2 .k2 p {
    font-size: 26px;
    font-weight: 700;
    color: #15499a;

}




/* 导航样式 */
#menu {
    background-color: #15499a;
    height: 64px;
    border-bottom: 4px solid #b40000;
}

.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.x-menu>li {
    position: relative;
    flex: 1;
}

.x-menu>li>a {
    display: block;
    font-size: 18px;
    color: #ffffff;
    white-space: nowrap;
    line-height: 60px;
    height: 60px;
    text-align: center;
    background: url(//cdn.xypt.top/73aa13f0/21/05/5569b543cf2c3347aa7ee197b0557ecab29fee46.jpg) no-repeat right center;
}

.x-menu>li:nth-last-child(2)>a {
    background: initial;
}

.top2.bj .x-menu>li>a {
    color: #000;
}

.x-menu>li>a:hover {
    background-color: #ff8a0000;
    /* border-bottom: 3px solid #68ff00; */
}

.x-menu>li.active>a {}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    /*height: 40px;*/
    opacity: 0;
    top: 100%;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 60px;
    background: #15499a;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    line-height: 2.6;
    background: #15499a;
    color: #fff;
}

.x-sub-menu>li>a:hover {
    background: #fff;
    color: #333;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}

.dh {
    display: none;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    padding-left: 1rem;
}

#menu.scroll {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
}

#menu.scroll .dh {
    display: block;
}

#menu.scroll .x-menu>li:nth-last-child(2)>a {
    background: url(//cdn.xypt.top/73aa13f0/21/05/5569b543cf2c3347aa7ee197b0557ecab29fee46.jpg) no-repeat right center;
}

@media(max-width: 992px) {
    body {
        padding-top: 60px;
    }
}


.p1 {
    margin-top: 2.08vw;
}

.p1a {
    width: 25.333%;
    background: #33383c url(//cdn.xypt.top/73aa13f0/21/05/0f9d6792c9172a5b7c15b8fa2a4082f32b7221c7.png) no-repeat 9% center;
    height: 111px;
    padding: 1.4rem 0 0.5rem 4.4rem;

}

.p1a h3 {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
}

.p1a p {
    font-size: 26px;
    font-weight: normal;
    color: #ffffff;
}


.p1b {
    flex: 1;
    background: #15499a;
    padding: 0 1.5rem 0 1.2rem;
}

.p1b .hotSearch {
    font-size: 14px;
    color: #ffffff;
}

.p1b .hotSearch a {
    color: #ffffff;
    margin-right: 8px;
}

.p1b .hotSearch a::after {
    content: ",";
}

.p1b .hotSearch a:last-child::after {
    display: none;
}

#formsearch {
    height: 48px;
    border-left: 1px solid #fff;
    padding-left: 2rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 287px;
}

#formsearch .form1 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 246px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #fff;
}

#formsearch input {
    outline: none;
    background: none;
    border: none;
}

#formsearch input[name="wd"] {
    width: 220px;
    font-size: 14px;
    color: #ffffff;
}

#formsearch input[name="wd"]::placeholder {
    color: #ffffff;
}

#formsearch input[type="submit"] {
    width: 25px;
    height: 25px;
    background: url(//cdn.xypt.top/73aa13f0/21/05/9a1bdba7558e6be0260d3dfb58cb6394d9c7e245.png) no-repeat center center;
}

@media(max-width: 1024px) {
    .p1a {
        width: 29.333%;
        padding: 1.8rem 0 0.5rem 4.4rem;
        background-size: 13% auto;
    }
}




.index-title {
    text-align: center;
    background: url(//cdn.xypt.top/73aa13f0/21/05/cc3d4ed0b9dd5afc3624548c803aec612f2f6287.png) no-repeat top center;
    max-width: 1470px;
    padding: 1.6rem 15px 0;
    margin: 0 auto;
}

.index-title h3 {
    font-size: 1.8rem;
    color: #15499a;
    display: inline-block;
    position: relative;
}

.index-title h3::after {
    content: "";
    width: 11px;
    height: 10px;
    background: url(//cdn.xypt.top/73aa13f0/21/05/826fb51f74ffc869792c16bd261db1c9e5338b71.png) no-repeat center center;
    position: absolute;
    right: -1.7rem;
    top: 50%;
    transform: translateY(-50%);
}

.index-title h3::before {
    content: "";
    width: 11px;
    height: 10px;
    background: url(//cdn.xypt.top/73aa13f0/21/05/826fb51f74ffc869792c16bd261db1c9e5338b71.png) no-repeat center center;
    position: absolute;
    left: -1.7rem;
    top: 50%;
    transform: translateY(-50%);
}

.index-title p {
    font-size: 1rem;
    color: #000000;
    margin-top: 0.8rem;
    padding-bottom: 0.9rem;
    background: url(//cdn.xypt.top/73aa13f0/21/05/6fb8fb75c2df03a7f06ea9ca93927ecc30b1e804.png) no-repeat bottom center;
    background-size: 100% auto;
}




.p2 {
    margin-top: 6.2vw;
    background: url(//cdn.xypt.top/73aa13f0/21/05/9b2e65004314114f321f4fa8cbf739899521a266.jpg) no-repeat left bottom;
    padding-bottom: 4.17vw;
}

.p2a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 3.17vw auto 3.28vw;
}


.p2a li a {
    display: block;
    line-height: 2.5rem;
    padding: 0 0.65rem;
    font-size: 1.1rem;
    color: #000000;
    background-color: transparent;
    transition: all ease .3s;
}

.p2a li.active a {
    background-color: #15499a;
    color: #fff;
}

.tab-con {
    position: relative;
}

.tab-con .tab-main {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.tab-con .tab-main {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.tab-con .tab-main.active {
    position: static;
    opacity: 1;
    visibility: visible;
}


.p2b-swiper {
    width: 89%;
    margin: 0 auto;
    overflow: hidden;
}


.tab-main .p2next {
    width: 29px;
    height: 56px;
    background: #15499a url(//cdn.xypt.top/73aa13f0/21/05/956665c722f8bed3a3112edafa53ad5beed2ce9d.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
    outline: none;
}

.tab-main .p2next:hover {
    background: #b40000 url(//cdn.xypt.top/73aa13f0/21/05/956665c722f8bed3a3112edafa53ad5beed2ce9d.png) no-repeat center center;
}

.tab-main .p2prev {
    width: 29px;
    height: 56px;
    background: #15499a url(//cdn.xypt.top/73aa13f0/21/05/3cd6fc84dbe78466c38978a85e730806e481810b.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
    outline: none;
}

.tab-main .p2prev:hover {
    background: #b40000 url(//cdn.xypt.top/73aa13f0/21/05/3cd6fc84dbe78466c38978a85e730806e481810b.png) no-repeat center center;
}


.p2b-swiper .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p2b-swiper .swiper-slide .cont {
    width: 44.167%;
}

.p2b-swiper .swiper-slide .cont .conta {
    display: flex;
    align-items: center;
    margin-bottom: 0.7rem;
}

.p2b-swiper .swiper-slide .cont .conta h3 {
    font-size: 3.6rem;
    color: #15499a;
}

.p2b-swiper .swiper-slide .cont .conta p {
    font-size: 1.2rem;
    color: #15499a;
    width: 15px;
    line-height: 1.2rem;
}

.p2b-swiper .swiper-slide .cont h3.title {
    font-size: 1.5rem;
    font-weight: normal;
    color: #666666;
    padding-bottom: 1.2rem;
    position: relative;
    margin-bottom: 1.7rem;
}

.p2b-swiper .swiper-slide .cont h3.title::after {
    content: "";
    width: 1.95rem;
    height: 5px;
    background-color: #15499a;
    position: absolute;
    bottom: 0;
    left: 0;
}


.p2b-swiper .swiper-slide .cont .contb {
    font-size: 0.8rem;
    line-height: 1.75;
    color: #666666;
}

.p2b-swiper .swiper-slide .cont .contc {
    display: flex;
    align-items: center;
    margin-top: 2.6rem;
}

.p2b-swiper .swiper-slide .cont .contc a {
    width: 34%;
    line-height: 49px;
    font-size: 0.8rem;
    color: #ffffff;
    text-align: center;
    background-color: #15499a;
}

.p2b-swiper .swiper-slide .cont .contc a:last-child {
    background-color: #dd141b;
    margin-left: 1.4rem;
}



.p2b-swiper .swiper-slide .img {
    width: 36.667%;
    position: relative;
    padding: 2rem 0 0 2rem;
}

.p2b-swiper .swiper-slide .img .kuai {
    width: 90.90%;
    height: 90.90%;
    background-color: #15499a;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.p2b-swiper .swiper-slide .img .img1 {
    position: relative;
    z-index: 9;
}

.p2b-swiper .swiper-slide .img .img1 img {
    display: block;
    width: 100%;
}



@media(max-width: 768px) {
    .index-title {
        background-size: 50% auto;
        padding: 1rem 15px 0;
    }

    .p2a {
        flex-wrap: wrap;
    }

    .p2a li {
        width: 30%;
        margin-bottom: 8px;
    }

    .p2a li a {
        padding: 0;
        text-align: center;
    }

    .p2b-swiper .swiper-slide {
        flex-wrap: wrap;
    }

    .p2b-swiper .swiper-slide .img {
        width: 100%;
        order: 1;
    }

    .p2b-swiper .swiper-slide .cont {
        width: 100%;
        order: 2;
        margin-top: 15px;
    }

    .p2b-swiper .swiper-slide .cont .conta h3 {
        font-size: 3.6rem;
    }

    .p2b-swiper .swiper-slide .cont h3.title {
        font-size: 1.2rem;
        margin-bottom: 0.7rem;
    }
}

@media(max-width: 767px) {
    .p2 {
        margin-top: 12.2vw;
    }

    .p2a {
        margin: 6.17vw auto;
    }

    .index-title h3 {
        font-size: 24px;
    }

    .index-title {
        background-size: 65% auto;
    }

    .index-title p {
        font-size: 14px;
        background: url(//cdn.xypt.top/73aa13f0/21/05/6fb8fb75c2df03a7f06ea9ca93927ecc30b1e804.png) no-repeat bottom center;
        background-size: 100% 9%;
    }

    .p2a li a {
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 6px;
    }

    .p2b-swiper {
        width: 79%;
    }

    .p2b-swiper .swiper-slide .img .kuai {
        display: none;
    }

    .p2b-swiper .swiper-slide .img {
        padding: 0;
    }

    .p2b-swiper .swiper-slide .cont .conta p {
        font-size: 16px;
        margin-left: 4px;
        line-height: initial;
    }

    .p2b-swiper .swiper-slide .cont h3.title {
        font-size: 18px;
    }

    .p2b-swiper .swiper-slide .cont .contb {
        font-size: 14px;
    }

    .p2b-swiper .swiper-slide .cont .contc {
        margin-top: 1.6rem;
    }

    .p2b-swiper .swiper-slide .cont .contc a {
        width: 45%;
        line-height: 31px;
        font-size: 14px;
    }

    .tab-main .p2next {
        background-size: 40% auto;
    }

    .tab-main .p2next:hover {
        background-size: 40% auto;
    }

    .tab-main .p2prev {
        background-size: 40% auto;
    }

    .tab-main .p2prev:hover {
        background-size: 40% auto;
    }

}


.p3 {
    background: url(//cdn.xypt.top/73aa13f0/21/05/563ad64dc981ee26272b63c3182522662074b1dc.jpg) no-repeat center center;
    background-size: cover;
    padding: 2.5vw 0 6.51vw;
}

.p3a {
    width: 33.75%;
    background: #15499a;
    padding: 2.3vw 0.2vw 0 2.76vw;
}

.p3a h3 {
    font-size: 1.88rem;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.05;
    padding-top: 2.2rem;
    position: relative;
    margin-bottom: 1.5rem;
}

.p3a h3::after {
    content: "";
    width: 3.25rem;
    height: 4px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}

.p3a h4 {
    font-size: 2.29rem;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 1.1rem;
}

.p3a p {
    font-size: 1rem;
    color: #ffffff;
}


.p3b {
    flex-direction: column;
    position: relative;
    width: 62.667%;
    padding-top: 2.9rem;

}

.p3b1 {
    width: 100%;
    margin-bottom: 1.8rem;
}

.p3b1 li {
    flex: 1;
    line-height: 27px;
    border-right: 1px solid #a0a0a0;
}

.p3b1 li:nth-child(2) {
    width: 31%;
    flex: initial;
}

.p3b1 li:last-child {
    border-right: none;
}

.p3b1 li a {
    font-size: 1.19rem;
    color: #474747;
    display: block;
    text-align: center;
    position: relative;
}

.p3b1 li.on a {
    color: #15499a;
}

.p3b1 li.on a::before {
    content: "";
    width: 0.9rem;
    height: 0.95rem;
    border-radius: 50%;
    background: url(//cdn.xypt.top/73aa13f0/21/05/72e3f7f7f448e6c6bcacbd931f161b1e91045c88.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}


.p3b2 {
    position: relative;
}

.p3b2 .img img {
    display: block;
    width: 100%;
}

.p3b2 .cont {
    padding: 1.9rem 1.3rem 2rem 2.4rem;
    background: #fff;
    position: absolute;
    left: -19.7rem;
    bottom: 2.05rem;
    width: 73.53%;
}

.p3b2 .cont .conta {
    display: flex;
    align-items: center;
}

.p3b2 .cont .conta h3 {
    font-size: 2.97rem;
    color: #454545;
}

.p3b2 .cont .conta h4 {
    flex: 1;
    font-size: 1.4rem;
    color: #454545;
    padding-bottom: 0.75rem;
    background: url(//cdn.xypt.top/73aa13f0/21/05/d853500640b95105dda5dc6f7f6bd2a9d3e2abc6.jpg) no-repeat bottom left;
}

.p3b2 .cont p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #454545;
    margin-top: 1rem;
}

.p3b2 .cont .hd {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.p3b2 .cont .hd a.prev {
    width: 4.65rem;
    height: 1.5rem;
    background: #15499a url(//cdn.xypt.top/73aa13f0/21/05/0f9109ea63048b08fa66b88eabdbb867cc06e8fe.png) no-repeat center center;
    cursor: pointer;
}

.p3b2 .cont .hd a.next {
    width: 4.65rem;
    height: 1.5rem;
    background: #de070e url(//cdn.xypt.top/73aa13f0/21/05/9ef723c9fe0d820cdf5a315e938f2073ff6bc9bc.png) no-repeat center center;
    cursor: pointer;
}

@media(max-width: 1440px) {
    .p3b2 .cont {
        left: -20.5rem;
    }
}

@media(max-width: 1024px) {
    .p3b2 .cont {
        left: -22.5rem;
    }
}


@media(max-width: 768px) {
    .p3a {
        display: none;
    }

    .p3b {
        width: 100%;
        display: block;
    }

    .p3b2 .cont {
        position: static;
        width: 100%;

    }
}

@media(max-width: 767px) {
    .p3 {
        margin-top: 9vw;
    }

    .p3b {
        padding: 8.5vw 0 6.51vw;
    }

    .p3b1 li a {
        font-size: 14px;
    }

    .p3b1 li.on a::before {
        display: none;
    }

    .p3b2 .cont .conta h3 {
        font-size: 38px;
        margin-right: 2%;
    }

    .p3b2 .cont .conta h4 {
        font-size: 20px;
        padding-bottom: 1.5rem;
    }

    .p3b2 .cont p {
        font-size: 14px;
        line-height: 1.8;
    }

    .p3b2 .cont .hd a.prev {
        height: 30px;
        width: 24%;
        background-size: 17% auto;
    }

    .p3b2 .cont .hd a.next {
        height: 30px;
        width: 24%;
        background-size: 17% auto;
    }

}




.p4 {
    background: url(//cdn.xypt.top/73aa13f0/21/05/f79d03a0ce3bd763ee3d2b72fd79bd1b473c80b7.jpg) no-repeat left center;
    padding-top: 6vw;
    background-size: cover;
}


.p4 .index-title {
    max-width: 1230px;
    background: initial;
}

.p4 .index-title h3::after {
    background: url(//cdn.xypt.top/73aa13f0/21/05/4f669bdfea43c54be4750b2f611dc373f07691f1.jpg) no-repeat center center;
}

.p4 .index-title h3::before {
    background: url(//cdn.xypt.top/73aa13f0/21/05/4f669bdfea43c54be4750b2f611dc373f07691f1.jpg) no-repeat center center;
}

.p4a {
    margin-top: 4.27vw;
}

.p4a .p4a1 {
    display: flex;
}

.p4a .p4a1 .p4a1a a {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.p4a .p4a1 .p4a1a a h3 {
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 0.5rem;
    font-weight: 400;
}

.p4a .p4a1 .p4a1a a div.img {
    overflow: hidden;
}

.p4a .p4a1 .p4a1a a img {
    width: 100%;
    transition: all ease .67s;
}

.p4a .p4a1 .p4a1a a:hover img {
    transform: scale(1.1);
}

.p4a .p4a1:nth-child(1) .p4a1a:first-child {
    width: 70%;
    margin-right: 10px;
}

.p4a .p4a1:nth-child(1) .p4a1a:last-child {
    flex: 1;
}


.p4a .p4a1:nth-child(2) .p4a1a:last-child {
    width: 70%;
    margin-left: 10px;
}

.p4a .p4a1:nth-child(2) .p4a1a:first-child {
    flex: 1;
}




@media(max-width: 767px) {
    .p4a .p4a1 {
        flex-wrap: wrap;
    }

    .p4a .p4a1:nth-child(1) .p4a1a:first-child {
        width: 100%;
        margin-right: 0;
    }

    .p4a .p4a1:nth-child(1) .p4a1a:last-child {
        flex: initial;
        width: 100%;
    }

    .p4a .p4a1:nth-child(2) .p4a1a:first-child {
        flex: initial;
        width: 100%;
    }

    .p4a .p4a1:nth-child(2) .p4a1a:last-child {
        flex: initial;
        width: 100%;
        margin-left: 0;
    }

    .p4 {
        padding-top: 12vw;
    }

    .p4a {
        margin-top: 8.27vw;
    }
}










.p5 .index-title {
    max-width: 1230px;
    background: initial;
    margin-bottom: 4.8vw;
    margin-top: 3.5vw;
}

.p5 .index-title h3::after {
    background: url(//cdn.xypt.top/73aa13f0/21/05/4f669bdfea43c54be4750b2f611dc373f07691f1.jpg) no-repeat center center;
}

.p5 .index-title h3::before {
    background: url(//cdn.xypt.top/73aa13f0/21/05/4f669bdfea43c54be4750b2f611dc373f07691f1.jpg) no-repeat center center;
}


.p5>.flex {
    align-items: flex-end;
}

.p5a {
    width: 59%;
    padding: 2rem 1.8rem 1.2rem;
    background-color: #f2f2f2;
    font-size: 0.9rem;
    line-height: 1.83;
    color: #000000;
    margin-right: -5rem;
    position: relative;
    z-index: 2;
    text-indent: 2em;
}

.p5a div.more {
    display: flex;
    justify-content: flex-end;
}

.p5a div.more a {
    width: 9.3rem;
    display: block;
    line-height: 38px;
    background: url(//cdn.xypt.top/73aa13f0/21/05/7ac5b866b155ddff71c443a3c89247779079b6e1.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 14px;
    letter-spacing: 0.7px;
    color: rgba(0, 0, 0, .6);
    text-align: center;
    text-indent: 0;
    margin-top: 1.5rem;
}

.p5b {
    width: 70%;
}

.p5b .img img {
    display: block;
    width: 100%;
}

.p5b1 {
    display: flex;
    justify-content: flex-end;
}

.p5b1 li {
    width: 28%;
}

.p5b1 li a {
    display: block;
    text-align: right;
}

.p5b1 li a h3 {
    display: inline-block;
    font-size: 3.31rem;
    font-weight: normal;
    color: #000000;
    letter-spacing: -2px;
}

.p5b1 li a span {
    font-size: 1.37rem;
    color: #000000;
}


.p5b1 li a p {
    font-size: 0.97rem;
    line-height: 1.8rem;
    color: #000000;
    text-align: center;
}

.p5b1 li:nth-child(2) span {
    vertical-align: top;
}

.p5b1 li:nth-child(2) h3 {
    vertical-align: top;
}

@media(max-width: 768px) {
    .p5>.flex {
        flex-wrap: wrap;
    }

    .p5b {
        width: 100%;
        order: 1;
    }

    .p5a {
        width: 100%;
        order: 2;
    }

    .p5b1 {
        margin: 10px 0 20px;
    }

    .p5b1 li {
        width: 33.333%;
    }

    .p5b1 li a {
        text-align: center;
    }

    .p5a div.more a {
        background-size: 100% 100%;
    }
}

@media(max-width: 767px) {
    .p5b1 li a span {
        font-size: 13px
    }

    .p5b1 li a p {
        font-size: 14px;
    }

    .p5a {
        font-size: 14px;
    }

    .p5a div.more a {
        width: 11.3rem;
    }
}




.p6 {
    background: url(//cdn.xypt.top/73aa13f0/21/05/46acddda7434eba6d0796fe11b2cbe62f4bd434c.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 2.5rem;
    margin-top: 5.65rem;
    padding-bottom: 6.1vw;
}


.p6 .index-title {
    background: url(//cdn.xypt.top/73aa13f0/21/05/96c558fc994a5304f2567da153e0f8004213a2f2.png) center top no-repeat;
    max-width: 1230px;
}

.p6-swiper {
    overflow: hidden;
    margin-top: 4.22vw;
}

.p6-swiper li a {
    display: block;
    border: solid 1px #bfbfbf;
}

.p6-swiper li a img {
    display: block;
    width: 100%;
}

.p6pagination {
    text-align: center;
    margin-top: 2.45vw;
}

.p6 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #808080;
    border-radius: 50%;
    opacity: 1;
    margin: 0 10px;
}

.p6 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #de070e;
}

@media(max-width: 768px) {
    .p6 .index-title {
        background-size: 50% auto;
    }
}

@media(max-width: 767px) {
    .p6 .index-title {
        background-size: 65% auto;
    }

    .p6 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }

    .p6 {
        padding-bottom: 11vw;
    }

    .p6pagination {
        margin-top: 4vw;
    }

    .p6-swiper {
        margin-top: 7.22vw;
    }
}



.p7 {
    background: url(//cdn.xypt.top/73aa13f0/21/05/a467d0eecf95c0b13ba0fe9edf5a8699c897d6bd.jpg) no-repeat top center;
    background-size: 100% auto;
    padding-top: 2.86vw;
}

.p7a1 h3 {
    font-size: 2.4rem;
    color: #ffffff;
    letter-spacing: 4.8px;
}

.p7a1 p {
    font-size: 1.2rem;
    letter-spacing: 2.4px;
    color: #ffffff;
}

.p7a2a h3 {
    display: inline-block;
    font-family: "Arial";
    font-size: 1.8rem;
    color: #ffffff;
    font-weight: 400;
}

.p7a2a span {
    font-size: 0.9rem;
    color: #ffffff;
}

.p7a2b {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.1rem;
}

.p7a2b a {
    width: 6.6rem;
    line-height: 1.8rem;
    border: solid 1px #ffffff;
    font-size: 0.8rem;
    color: #ffffff;
    border-radius: 1rem;
    text-align: center;
}

.p7a2b a:last-child {
    background: #dd141b;
    border: 1px solid #dd141b;
    margin-left: 0.6rem;
}

.p7b {
    margin-top: 2.5rem;
}

.p7b1 {
    background-color: #15499a;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5.3rem 0 4.8rem;
}

.p7b1 h3 {
    font-size: 1.15rem;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 0.6rem;
}

.p7b1 p {
    font-size: 0.8rem;
    color: #ffffff;
    text-align: center;
}

.p7b1>a {
    display: block;
    width: 6.15rem;
    line-height: 1.75rem;
    background-color: #ffffff;
    font-size: 0.85rem;
    color: #15499a;
    text-align: center;
    border-radius: 1rem;
    margin-top: 1.2rem;
}



.p7b2 {
    flex-wrap: wrap;
    flex: 1;
    background: #ffffff;
}

.p7b2 li {
    width: 25%;
    border: 1px solid #dcdcdc;
    position: relative;
}

.p7b2 li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.p7b2 li a div.img {
    line-height: 44px;
    margin-bottom: 1.54rem;
}

.p7b2 li a div.img img {
    max-width: 100%;
}

.p7b2 li a div.img img.img2 {
    display: none;
}

.p7b2 li a h3 {
    font-size: 0.85rem;
    font-weight: normal;
    color: #4c4c4c;
    position: relative;
}

.p7b2 li a h3::before {
    content: "";
    width: 1.35rem;
    height: 2px;
    background: url(//cdn.xypt.top/73aa13f0/21/05/fd902986c3ab1e5fd7ddfc9918efc019d230001c.jpg) no-repeat center center;
    position: absolute;
    top: -0.4rem;
    left: 50%;
    transform: translateX(-50%);
}

.p7b2 li::after {
    content: "";
    width: 1.35rem;
    height: 1.35rem;
    border: solid 1px rgba(157, 157, 157, 0.78);
    border-radius: 50%;
    background: #fff url(//cdn.xypt.top/73aa13f0/21/05/d712bc6b1ad9a3d295614a29d4561c937ee69080.png) no-repeat center center;
    position: absolute;
    right: -6.5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}


.p7b2 li:nth-child(4)::after {
    top: initial;
    right: initial;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: -6.5%;
}


.p7b2 li:last-child::after {
    display: none;
}

.p7b2 li:nth-last-child(-n+4)::after {
    transform: translateY(-50%) rotate(180deg);
}

.p7b2 li:hover a div.img img.img2 {
    display: inline-block;
}

.p7b2 li:hover a div.img img.img1 {
    display: none;
}


@media(max-width: 768px) {
    .p7 {
        background-size: 100% 100%;
        padding: 5vw 0;
    }

    .p7a1 p {
        font-size: 1rem;
    }

    .p7a1 h3 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

    .p7b1 {
        display: none;
    }

    .p7b2 li a {
        padding: 19% 0;
    }
}

@media(max-width: 767px) {
    .p7 {
        padding: 18vw 0;
    }

    .p7a {
        flex-wrap: wrap;
    }

    .p7a1 h3 {
        font-size: 26px;
    }

    .p7a1 p {
        font-size: 14px;
    }

    .p7a2a {
        margin-top: 20px;
    }

    .p7a2a span {
        font-size: 14px;
    }

    .p7a2a h3 {
        font-size: 24px;
    }

    .p7a2b {
        justify-content: flex-start;
    }

    .p7a2b a {
        width: 9.6rem;
        line-height: 2.8rem;
        font-size: 14px;
    }

    .p7b2 li {
        width: 50%;
    }

    .p7b2 li::after {
        display: none;
    }

    .p7b2 li a h3 {
        font-size: 16px;
    }

    .p7b2 li a div.img {
        margin-bottom: 2.54rem;
    }

    .p7b2 li a h3::before {
        top: -1rem;
        width: 1.6rem;
    }
}



.p8 {
    margin-top: 6.15vw;
    background: url(//cdn.xypt.top/73aa13f0/21/05/be7099884692175fbba801db0ec8eea0c578148c.jpg) no-repeat bottom center;
    padding-bottom: 6.25vw;
}


.p8 .index-title {
    background: url(//cdn.xypt.top/73aa13f0/21/05/a2d9bcc33d50cc61c43829fcce7ef162b1c04405.png) center top no-repeat;
    max-width: 1230px;
}

.p8a1 {
    padding-left: 2.35rem;
    background: url(//cdn.xypt.top/73aa13f0/21/05/a90413759f92972cf3d4f1e3c2ecea2d6f9f8dfa.png) no-repeat left center;
    font-size: 1rem;
    font-weight: 700;
    color: #15499a;
    line-height: 2.7rem;
    border-bottom: 1px solid #cecece;
    position: relative;
}

.p8a1::after {
    content: "";
    width: 7.5rem;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #15499a;
}

.p8a {
    margin-top: 2.5vw;
}

.p8a2 {
    margin-top: 1.85rem;
}

.p8a2a {
    width: 50%;
}

.p8a2a li a {
    display: block;
}

.p8a2a li a div.img img {
    display: block;
    width: 100%;
}


.p8a2a li a h3 {
    font-size: 0.9rem;
    font-weight: normal;
    color: #303030;
    margin: 1.6rem 0 1rem;
}

.p8a2a li a p {
    font-size: 0.7rem;
    line-height: 1.57;
    color: #666666;
}

.p8a2b {
    width: 43.67%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.p8a2b li a {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #cecece;
    padding-bottom: 1.01rem;
}

.p8a2b li a div.time {
    width: 65px;
    margin-right: 1rem;
    text-align: center;
}

.p8a2b li a div.time h3 {
    font-size: 2.4rem;
    color: #7e7e7e;
    margin-bottom: 0.4rem;
    transition: all ease .3s;
}

.p8a2b li a div.time p {
    font-size: 0.8rem;
    line-height: 1.1rem;
    color: #7e7e7e;
}


.p8a2b li a .cont {
    flex: 1;
}

.p8a2b li a .cont h3 {
    font-size: 0.9rem;
    font-weight: normal;
    color: #333333;
    margin-bottom: 0.4rem;
    transition: all ease .3s;
}

.p8a2b li a .cont p {
    font-size: 0.7rem;
    line-height: 1.57;
    color: #666666;
}

.p8a2b li:hover a .cont h3 {
    color: #15499a;
    font-weight: 700;
}

.p8a2b li:hover a div.time h3 {
    color: #15499a;
}


.p8b {
    margin-top: 2.5vw;
}


.p8b1 {
    width: 8.67%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.p8b1 .p8b1a h3 {
    font-size: 1rem;
    color: #15499a;
    margin-bottom: 6px;
}

.p8b1 .p8b1a p {
    font-size: 0.7rem;
    font-weight: normal;
    letter-spacing: 0rem;
    color: #b4b4b4;
}

.p8button {
    display: flex;
}

.p8button .p8prev {
    width: 2.55rem;
    height: 1.15rem;
    background: url(//cdn.xypt.top/73aa13f0/21/05/c57e8e374037df0f230a20fd1c11baf4a8097a54.png) no-repeat center center;
    background-size: 100% 100%;
    outline: none;
}

.p8button .p8next {
    width: 2.55rem;
    height: 1.15rem;
    background: url(//cdn.xypt.top/73aa13f0/21/05/5c56ae53a0e087fa37698c0e42525e979502ade2.png) no-repeat center center;
    background-size: 100% 100%;
    outline: none;
}


.p8-swiper {
    width: 87.83%;
    overflow: hidden;
}

.p8-swiper li a {
    display: block;
    background: #f2f2f2;
    padding: 1.1rem 1.15rem 1rem 0.9rem;
}

.p8-swiper li a h3 {
    font-size: 12px;
    color: #303030;
    margin-bottom: 0.8rem;
    padding-left: 44px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 2;
}

.p8-swiper li a h3::after {
    content: "";
    width: 32px;
    height: 20px;
    background: url(//cdn.xypt.top/73aa13f0/21/05/34c2f4b46902487194e9160cfe2a967cde02f78f.png) no-repeat left center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p8-swiper li a p {
    font-size: 14px;
    line-height: 1.57;
    color: #666666;
    padding-left: 44px;
    position: relative;
}


.p8-swiper li a p::after {
    content: "";
    width: 32px;
    height: 20px;
    background: url(//cdn.xypt.top/73aa13f0/21/05/fc3e51a23eb171e084b3dc4216e9e5519485971e.png) no-repeat left center;
    position: absolute;
    left: 0;
    top: 3%;
}

@media(max-width: 1024px) {
    .p8-swiper li a h3 {
        line-height: 2.5;
    }
}

@media(max-width: 768px) {
    .p8 .index-title {
        background-size: 50% auto;
    }

    .p8a2 {
        flex-wrap: wrap;
    }

    .p8a2a {
        width: 100%;
    }

    .p8a2b {
        width: 100%;
        margin-top: 30px;
    }

    .p8a2b li a {
        margin-bottom: 10px;
    }

    .p8b {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .p8b1 {
        width: 100%;
        margin-bottom: 16px;
    }

    .p8-swiper {
        width: 100%;
    }

    .p8button {
        margin-top: 18px;
    }

    .p8-swiper li a h3 {
        font-size: 16px;
        line-height: 2;
    }
}

@media(max-width: 767px) {
    .p8 .index-title {
        background-size: 63% auto;
    }

    .p8a1 {
        font-size: 18px;
        line-height: 2.5;
    }

    .p8a2a li a h3 {
        font-size: 16px;
    }

    .p8a2a li a p {
        font-size: 14px;
    }

    .p8a2b li a .cont h3 {
        font-size: 16px;
    }

    .p8a2b li a .cont p {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        ;
    }

    .p8a2b li a div.time h3 {
        font-size: 36px;
    }

    .p8a2b li a div.time p {
        font-size: 14px;
    }

    .p8b1 .p8b1a h3 {
        font-size: 18px;
    }

    .p8b1 .p8b1a p {
        font-size: 14px;
    }

    .p8button .p8prev {
        width: 4rem;
        height: 1.6rem;
    }

    .p8button .p8next {
        width: 4rem;
        height: 1.6rem;
    }
}




.p9 {
    background: #0a293e url(//cdn.xypt.top/73aa13f0/21/05/a17d10cf248751b94306eb629ff404ad1a57ec66.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 1.8vw;
    padding-bottom: 3vw;
}

.p9a span {
    font-size: 2.69rem;
    font-weight: normal;
    color: #ffffff;
    margin-right: 2rem;
}

.p9a a {
    font-size: 16px;
    line-height: 1.9;
    color: #ffffff;
    margin-right: 2.5rem;
}


.p9b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    margin-top: 1.5vw;
}

.p9b p {
    flex: 1;
}

.p9b p a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    line-height: 67px;
    text-align: center;
    position: relative;
}

.p9b p a::after {
    content: "";
    width: 1px;
    height: 17px;
    background: #fefefe;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p9b p:last-child a::after {
    display: none;
}

.p9c {
    margin-top: 1.7vw;
}

.p9c1 {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #ffffff;
}

.p9c1 a {
    color: #fff;
}

.p9c1a {
    font-size: 18px;
    line-height: 1.667;

}

.p9c1b {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1.6px;
    margin-top: 2vw;
}


.p9c2 .img {
    width: 7.95rem;
    height: 7.95rem;
    padding: 0.8rem;
    background: url(//cdn.xypt.top/73aa13f0/21/05/f82e73af10062b0b4a2959bbd747e7caeb523be0.png) no-repeat center center;
    background-size: 100% 100%;
}

.p9c2 .img img {
    width: 100%;
}

.p9c2 p {
    font-size: 0.8rem;
    color: #ffffff;
    margin-top: 0.4rem;
    text-align: center;
}


@media(max-width: 768px) {
    .p9c1a {
        font-size: 14px;
    }

    .p9c1b {
        font-size: 14px;
    }
}

@media(max-width: 767px) {
    .p9 {
        padding: 10vw 0;
    }

    .p9c {
        flex-wrap: wrap;
    }

    .p9c1 {
        width: 100%;
    }

    .p9c1a {
        flex-wrap: wrap;
    }

    .p9c2 .img {
        width: 11.95rem;
        height: 11.95rem;
        margin-top: 20px;
    }

    .p9c2 p {
        font-size: 14px;
    }
}


@media (max-width:768px){
    .db{display:block!important;}
   }
   
   
   .dbb{height:50px;}
   .footer {
       width: 100%;
       margin-top: 6px;
       position: fixed;
       z-index: 110;
       bottom: 0;
       left: 0;
   }
   
   .footer1 {
       max-width: 640px;
       margin: 0 auto;
       background: #15499a;
       display: -webkit-box;
   }
   
   .footer a {
       -webkit-box-flex: 1;
       display: -webkit-box;
       color: #fff;
   }
   
   .footer span {
       width: 74px;
       display: block;
       margin: 0 auto;
       text-align: right;
       font: 100 13px/70px "微软雅黑";
       color: #fff;
       height: 70px;
   }
   
   .footer span.span1 {
       background: url(//cdn.xypt.top/73aa13f0/21/05/1918e841c5d6a2bec382d9c8ab241966aa65689e.png) center 14px no-repeat;
       background-size: 24px 23px;
       line-height: 100px;
       text-align: center;
   }
   
   .footer span.span2 {
       background: url(//cdn.xypt.top/73aa13f0/21/05/3a143e41ce4c96cf5ae72f98272e15ef0307cbba.png)center 12px no-repeat;
       background-size: 29px 26px;
       line-height: 100px;
       text-align: center;
   }
   
   .footer span.span3 {
       background: url(//cdn.xypt.top/73aa13f0/21/05/601213ea5bb8b341800f964089a41b09af23c29c.png) center 15px no-repeat;
       background-size: 23px 23px;
       line-height: 100px;
       text-align: center;
   }
   

/*内页左侧样式*/

.page-product-inquiry a {
    color: #fff;
}